Autogenerated HTML docs for v1.5.5-rc2-25-g5fbd 
diff --git a/config.txt b/config.txt index 3017d64..04c01c5 100644 --- a/config.txt +++ b/config.txt 
@@ -661,6 +661,13 @@ 	'gitcvs.dbuser' supports variable substitution (see 	linkgit:git-cvsserver[1] for details).   +gitcvs.dbTableNamePrefix:: +	Database table name prefix. Prepended to the names of any +	database tables used, allowing a single database to be used +	for several repositories. Supports variable substitution (see +	linkgit:git-cvsserver[1] for details). Any non-alphabetic +	characters will be replaced with underscores. +  All gitcvs variables except for 'gitcvs.allbinary' can also be  specified as 'gitcvs.<access_method>.<varname>' (where 'access_method'  is one of "ext" and "pserver") to make them apply only for the given 
diff --git a/git-config.html b/git-config.html index 29fc64c..6c98147 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1701,6 +1701,18 @@  <a href="git-cvsserver.html">git-cvsserver(1)</a> for details).   </p>   </dd>  +<dt>  +gitcvs.dbTableNamePrefix  +</dt>  +<dd>  +<p>  + Database table name prefix. Prepended to the names of any  + database tables used, allowing a single database to be used  + for several repositories. Supports variable substitution (see  + <a href="git-cvsserver.html">git-cvsserver(1)</a> for details). Any non-alphabetic  + characters will be replaced with underscores.  +</p>  +</dd>   </dl>   <p>All gitcvs variables except for <em>gitcvs.allbinary</em> can also be   specified as <em>gitcvs.&lt;access_method&gt;.&lt;varname&gt;</em> (where <em>access_method</em>  @@ -2392,7 +2404,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 23-Mar-2008 09:40:37 UTC  +Last updated 02-Apr-2008 08:38:49 UTC   </div>   </div>   </body>  
diff --git a/git-cvsserver.html b/git-cvsserver.html index a5099dd..9084c87 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html 
@@ -531,6 +531,16 @@  SQLite has no concept of database passwords.   </p>   </dd>  +<dt>  +gitcvs.dbTableNamePrefix  +</dt>  +<dd>  +<p>  + Database table name prefix. Supports variable substitution  + (see below). Any non-alphabetic characters will be replaced  + with underscores.  +</p>  +</dd>   </dl>   <p>All variables can also be set per access method, see <a href="#configaccessmethod">above</a>.</p>   <h4>Variable substitution</h4>  @@ -691,7 +701,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 31-Jan-2008 03:19:58 UTC  +Last updated 02-Apr-2008 08:38:49 UTC   </div>   </div>   </body>  
diff --git a/git-cvsserver.txt b/git-cvsserver.txt index d3e9993..9cec802 100644 --- a/git-cvsserver.txt +++ b/git-cvsserver.txt 
@@ -227,6 +227,11 @@ 	Database password. Only useful if setting `dbdriver`, since 	SQLite has no concept of database passwords.   +gitcvs.dbTableNamePrefix:: +	Database table name prefix. Supports variable substitution +	(see below). Any non-alphabetic characters will be replaced +	with underscores. +  All variables can also be set per access method, see <<configaccessmethod,above>>.    Variable substitution